home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Jun 90 / MacApp.Tech$ 6⁄8⁄90 / 1393-Re Dead Down-Arrow-Jun90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.2 KB  |  29 lines  |  [TEXT/GEOL]

  1. Item    0464481                         1-June-90        20:21PDT
  2.  
  3. From:   D5295                           Reseach SW Design, D Goldman,PRT
  4.  
  5. To:     A.XSE010                        Austria - SLT Labinstruments,IDV
  6.  
  7. cc:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. Sub:    re Dead Down-Arrow
  10.  
  11. Alex --
  12.  
  13. I once had a mostly-dead scroll bar and scroll arrows (only a narrow vertical
  14. strip of the bar/arrows was active). I found that resizing the window bigger or
  15. smaller changed the size of the active strip (from completely inactive to
  16. completely active), and eventually realized that I had a hidden view
  17. overlapping the visible one, and the hidden one was grabbing the mouse-clicks.
  18. If I recall correctly, I just needed to make sure that the invisible view
  19. (fShown = FALSE) was disabled (fViewEnabled = FALSE) as well. Or else I had to
  20. change the size of the hidden view. Or something.
  21.  
  22. (And I *won't* mention that I recently noticed my application doing nearly the
  23. identical thing again, without apparent reason. This time I've decided to just
  24. wait for 2.0 Final to arrive [who would believe that APDA got itself
  25. backordered on this one?!] and deal with it later.)
  26.  
  27. -- Dave (also not on MacApp.Tech$)
  28.  
  29.